home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Utilities / Programming / MT2Trivial 2.1.3 / MT2Trivial 2.1.3 ƒ / Example ƒ / test.make < prev    next >
Encoding:
Text File  |  1996-08-18  |  555 b   |  25 lines  |  [TEXT/MPS ]

  1. #   File:       test.make
  2. #   Target:     test
  3. #   Sources:    test.rsrc
  4. #               test.p
  5. #   Created:    18.08.96. 
  6.  
  7.  
  8. OBJECTS = test.p.o
  9.  
  10. test.r ƒƒ test.make test.rsrc
  11.     DeRez test.rsrc "{RIncludes}"SysTypes.r "{RIncludes}"Types.r > test.r
  12.  
  13. test ƒƒ test.make test.r
  14.     Rez "{RIncludes}"SysTypes.r "{RIncludes}"Types.r test.r -append -o test
  15.  
  16. test ƒƒ test.make {OBJECTS}
  17.     Link -t APPL -c '????' ∂
  18.         {OBJECTS} ∂
  19.         "{Libraries}"Runtime.o ∂
  20.         "{Libraries}"Interface.o ∂
  21.         "{PLibraries}"PasLib.o ∂
  22.         -o test
  23. test.p.o ƒ test.make test.p
  24.      Pascal  test.p
  25.